home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- *
- * Copyright (c) 1997-1999 Palm Computing, Inc. or its subsidiaries.
- * All rights reserved.
- *
- * File: StarterRsc.cpp
- *
- * Description:
- * The list of resources used by the app are stored here.
- *
- * History:
- * June 9, 1995 Created by Roger Flores
- *
- *****************************************************************************/
-
- #include <BuildDefaults.h>
-
- // RESOURCE_FILE_PREFIX is now defined in :Incs:BuildDefaults.h based on LANGUAGE.
-
- char *AppResourceList[] = {
- "::Rsc:"RESOURCE_FILE_PREFIX"Starter.rsrc",
- ""
- };
-